<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.clearfix::before,
.clearfix::after {
    display: table;
    content: '';
    clear: both;
}

#root,
.main,
body,
html {
    width: 100%;
    height: 100%;
}

/*(1)娓呴櫎榛樿鏍峰紡*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

/*闃叉鎷栧姩*/
img {
    border: 0;
    vertical-align: middle;
}

/*  鍘绘帀鍥剧墖浣庢祴榛樿鐨�3鍍忕礌绌虹櫧缂濋殭锛屾垨鑰呯敤display锛歜lock涔熷彲浠�*/
table {
    border-collapse: collapse;
}

/*  濡傛灉鐩搁偦鍒欏叡鐢ㄤ竴涓竟妗�*/
a {
    text-decoration: none;
}</pre></body></html>